type context.cancelCtx (struct)

Method Implmentations (1 other method implements nothing)

Deadline() (deadline time.Time, ok bool) *cancelCtx.M : Context.Deadline
Done() <-chan struct{} *cancelCtx.M : Context.Done *cancelCtx.M : canceler.Done
Err() error *cancelCtx.M : Context.Err
String() string *cancelCtx.M : fmt.Stringer.String *cancelCtx.M : stringer.String *cancelCtx.M : runtime.stringer.String
Value(key any) any *cancelCtx.M : Context.Value
cancel(removeFromParent bool, err, cause error) *cancelCtx.m : canceler.cancel